body {
    font-size: 15px !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.paginationContainer {
    background: #f1f1f1;
    padding: 15px;
    float: left;
    width: 100%;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #0071bc;
    border-color: #0071bc;
}

.pagination > li > a, .pagination > li > span {
    color: #0071bc;
}


.paginationContainer .pagination {
    margin: 0;
}


.popover {
    background: #e4e4e4 !important;
    opacity: 1 !important;
    padding: 0 !important;
}




/*======Accordian css start here======================*/

.accordianContainer {
    margin-top: 15px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #ddd;
}

.panel-group,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-heading a,
.panel-group .panel-title,
.panel-group .panel-title a,
.panel-group .panel-body,
.panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-radius: 2px;
    border: 0;
}

    .panel-group .panel-heading {
        padding: 0;
        border: 1px solid #ccc;
    }

        .panel-group .panel-heading a {
            display: block;
            background: #0071bc;
            color: #ffffff;
            padding: 15px;
            text-decoration: none;
            position: relative;
            font-size: 1.2em;
        }

            .panel-group .panel-heading a.collapsed {
                background: #eeeeee;
                color: inherit;
            }

            .panel-group .panel-heading a:after {
                font-family: 'Glyphicons Halflings';
                content: "\e114";
                position: absolute;
                right: 20px;
                top: 15px;
                font-size: 20px;
            }

            .panel-group .panel-heading a.collapsed:after {
                font-family: 'Glyphicons Halflings';
                content: "\e080";
            }

    .panel-group .panel-collapse {
        margin-top: 5px !important;
    }

    .panel-group .panel-body {
        background: #ffffff;
        padding: 15px;
    }

    .panel-group .panel {
        background-color: transparent;
    }

    .panel-group .panel-body p:last-child,
    .panel-group .panel-body ul:last-child,
    .panel-group .panel-body ol:last-child {
        margin-bottom: 0;
    }


/*=============MCLS css start here===============*/
.filterContainer {
    background: #e4e4e4;
    padding: 10px 0 10px 0;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.alert {
    padding: 10px;
}

.alphabatList li {
    border-right: 1px solid #ccc;
}

    .alphabatList li:last-child {
        border-right: 0px solid #ccc;
    }

    .alphabatList li a {
        text-transform: uppercase;
        color: #3171ae;
        font-size: 1.3em;
    }

#accordion {
    margin-top: 15px;
}

    #accordion .panel-body {
        border: 0 !important;
        background: #f5f5f5;
        border-radius: 0;
    }

    #accordion.panel-group .panel {
        border-radius: 0;
        margin-top: 0px;
    }

    #accordion.panel-group .panel-heading {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #ccc;
    }

        #accordion.panel-group .panel-heading a.collapsed {
            background: #fff;
            border-radius: 0;
        }

    #accordion.panel-group .panel-collapse {
        margin-top: 0px !important;
    }

    #accordion.panel-group .panel-heading a.collapsed {
        background: #fff;
    }


    #accordion.panel-group .panel-heading a {
        background: #ebebeb;
        color: #000000;
    }


        #accordion.panel-group .panel-heading a:after {
            content: '';
        }


        #accordion.panel-group .panel-heading a:before {
            font-family: 'Glyphicons Halflings';
            content: "\e114";
            position: absolute;
            left: 20px;
            top: 15px;
            font-size: 20px;
        }

        #accordion.panel-group .panel-heading a.collapsed:before {
            font-family: 'Glyphicons Halflings';
            content: "\e080";
        }



        #accordion.panel-group .panel-heading a:before {
            left: 10px;
            font-size: 11px;
            position: absolute;
            top: 17px;
        }

#accordion {
    margin: 0;
    margin-bottom: 15px;
}

.myAccordianLabelContainer {
    background: #3171ae;
    color: #fff;
    padding: 15px;
    margin-top: 15px;
}

#accordion.panel-group .panel-heading a {
    padding-left: 24px;
}

#accordion.panel-group .panel-body {
    padding-left: 24px;
}

.itemLabel {
    font-weight: bold;
    word-wrap: break-word;
}

.itemValue {
    word-wrap: break-word;
}

.mrgnBottom20 {
    margin-bottom: 20px;
}

#accordion .accordianlabel {
    word-wrap: break-word;
}

.imgTxt1 {
    float: left;
    padding-left: 30px;
}

.imgTxt2 {
    float: left;
    padding-left: 30px;
}

.listOne {
    margin-top: 100px;
}

.listTwo {
    margin-top: 50px;
}

#totalResults h3 {
    font-size: 1.1em;
    font-weight: normal;
    padding: 0;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}

#totalResults p {
    font-size: 1em;
}

#divSearchAppHeader h1 {
    margin: 0;
}

.pagination {
    margin: 0;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 6px 12px;
    font-size: 0.8em;
}

#divSearchAppHeader h1 {
    font-size: 1.5em;
}

#btnAdvSearch {
    color: #fff !important;
}

#btnClear {
    color: #fff !important;
    margin-left: 10px;
}

#WebPartWPQ3 {
}

.ms-webpartzone-cell {
    margin-bottom: 0px;
}

.innerPageBanner2Container {
    margin-bottom: 0;
}

.alphabatList {
    text-align: right;
}

.searchLabel {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.myAccordianLabelContainer .accordianlabel {
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-left: 4px;
    text-decoration: underline;
    color: #fff;
}

.sortingIcon {
    position: absolute;
    z-index: 99;
    left: 4px;
    top: 1px;
    font-size: 16px !important;
}



.refRelative {
    position: relative;
}

span.placeholder {
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 94%;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.clearfix.customclearfix {
    clear: both;
    height: 15px;
}

.emptyAccordianDetail.in {
    display: none !important;
}

.emptyAccordianDetail .panel-body {
    padding: 0;
}

#accordion.panel-group .panel-heading a.hideAccordianArrow:before {
    display: none;
}

.paragraphBT {
    margin-bottom: 15px;
}

.pageLastUpdated, #divPageLastUpdated {
    font-size: 1.2em;
}

div#dvDateLastUpdate {
    font-size: 1.2em;
    font-weight: bold;
}



@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

    .secondmenu.dropdown-menu {
        left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}














@media(min-width:767px) {

    .headLabelMobile {
        display: none;
    }

    .accordianLabelMobile {
        display: none;
    }
}


@media(max-width:767px) {
    #accordion.panel-group .panel-heading {
        border-top: 0;
        border-left: 0px solid #ccc;
        border-right: 0px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .myAccordianLabelContainer {
        display: none;
    }

    .headLabelMobile {
        display: block;
        background: #3171ae;
        padding: 10px;
        color: #fff;
    }

    .accordianLabelMobile {
        display: block;
        background: #ebebeb;
        padding: 10px;
        color: #000;
        border: 1px solid #ccc;
    }

    .itemLabel {
        padding: 10px;
        border: 1px solid #ccc;
    }

    .itemValue {
        padding: 10px;
        border: 1px solid #ccc;
        background: #fff;
    }

    #accordion.panel-group .panel-collapse {
    }

    .col-xs-15 {
        width: 100%;
        float: left;
    }

    .hidelbl {
        display: none;
    }

    .filterContainer {
        padding-bottom: 15px;
    }

    #accordion.panel-group .panel-body {
        padding-left: 15px;
    }

    #accordion.panel-group .panel {
        border: 1px solid #ccc;
        padding: 0px;
        margin-bottom: 7px;
        box-shadow: none;
    }

    #divSearchAppHeader {
        margin-bottom: 15px;
    }

    .panel-body [class*=" col-"] {
        margin-bottom: 15px;
    }

    .clearfix.customclearfix {
        display: none;
    }

    .emptyAccordianDetail.in {
        display: block !important;
        height: auto !important;
    }

    #accordion.panel-group .panel-heading a.hideAccordianArrow:before {
        display: block;
    }

    .emptyAccordianDetail .panel-body {
        padding: 15px;
    }

    #totalResults {
        text-align: left;
        margin-top: 0px;
    }

    .headLabelMobile a {
        color: #fff;
        text-decoration: underline;
    }

    .headLabelMobile span {
        position: relative;
        float: left;
        padding-right: 15px;
    }
}


/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}



/*==========loader css here==============*/
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 999;
    overflow-y: hidden;
}

    .loader-overlay img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

#loadingDiv {
    font-size: 2em;
}
/*==========loader css here==============*/


/*==========Export button css for search result page==============*/
#exportBtnDiv {
    margin-left: 5px;
}

    #exportBtnDiv .btn {
        padding: 4px 10px;
    }

    #exportBtnDiv .open .dropdown-toggle:after {
        display: none;
    }

    #exportBtnDiv .dropdown-toggle {
        min-width: auto;
    }

    #exportBtnDiv .btn .caret {
        margin-left: 10px;
    }

    #exportBtnDiv .btn span:after {
        border: 0;
    }

    #exportBtnDiv .dropdown-menu {
        min-width: 87px;
        top: 124%;
    }

        #exportBtnDiv .dropdown-menu li a {
            background-color: transparent;
            border-color: transparent;
            color: #0071bc;
            min-width: auto;
            padding: 0;
            text-decoration: underline;
            margin-bottom: 6px;
            font-size: 1em !important;
            font-weight: 600;
        }

            #exportBtnDiv .dropdown-menu li a:hover {
                text-decoration: none;
            }

            /* SPRINT 12 */
            #exportBtnDiv .dropdown-menu li a[disabled] {
                text-decoration: none;
                font-weight: 200;
                color: #a9a1a1;
            }

    #exportBtnDiv .dropdown-menu {
        right: 0;
        left: inherit;
        padding: 5px;
    }

        #exportBtnDiv .dropdown-menu li {
            border: 0px;
        }
/*==========END==============*/
@media (max-width: 767px){
    #searchContainer #accordion.panel-group .panel-body {
        background: transparent;
    }

    #searchContainer .itemLabel {
        padding-bottom: 0px;
        border: 0px;
        color: #3171ae;
        padding-top: 0px;
    }

    #searchContainer .itemValue {
        padding-top: 5px;
        border: 0px;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 15px;
    }
}              


.btn-success{
    background-color:#397F39;
}
